1 Event.observe(window,"load",function(){
2 if
($("loginForm")){
3 $(
"email").focus();
4 }
5 });
6 function reloadCaptcha(_1,_2){

7 var
_3=_1;
8 _3+=
"captcha.php?session=";
9 _3+=_2;
10 _3+=noCacheParam();
11 $(
"captcha_image").src=_3;
12 return
false;
13 };
14 function toggleAccessSetup(){
15 $$(
".accessSetup").each(function(el){
16 if
($("adminAccess").checked){
17 el.hide();
18 }
else{
19 el.show();
20 }
21 });
22 };
23 function changePassword(){

24 var
_5;
25 if
(_5=$("changePassword")){
26 _5.style.display=
"";
27 if
(link=$("changePasswordLink")){
28 link.style.display=
"none";
29 }
30 }
31 };


Gõ tìm kiếm nhanh...